[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_Unique() Returns a six character unique string
Description:
VS_Unique() returns a six character string based on the date and time
which should never be able to be duplicated.
Syntax:
c_String = VS_Unique()
Pass:
Nothing
Return:
c_String is a unqiue six character string that should never be
able to be duplicated with subsequent calls to VS_Unique().
Notes:
Example:
c_TempDbf = VS_Unique() + ".DBF"
Usage:
VS_Unique() is used anytime you need to return a unique character
string for a filename, random password, ect.
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson